Fix docs to say previous instead of next.
authorAnders Carlsson <andersca@gnu.org>
Sat, 27 Oct 2001 00:18:23 +0000 (00:18 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sat, 27 Oct 2001 00:18:23 +0000 (00:18 +0000)
2001-10-27  Anders Carlsson  <andersca@gnu.org>

* gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start):
Fix docs to say previous instead of next.
(gtk_text_iter_backward_word_start): Likewise.
This fixes bug #62980.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextiter.c

index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 31b1206ce16a127f00e5a7b2448bcb185d162ef2..7c4adf97b8da86ea6b7ef3a13f6c3fbeaccfcac2 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-27  Anders Carlsson  <andersca@gnu.org>
 
+       * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
+       Fix docs to say previous instead of next.
+       (gtk_text_iter_backward_word_start): Likewise.
+       This fixes bug #62980.
+
        * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
        that the valid width is in range 0-65535 pixels. Fixes bug 
        #56754.
index 3f497d11103e15b0879ecdf88020f9d373d17f06..bed04c1dbd595e8dfe5dfd48fdb6e2541fc12d95 100644 (file)
@@ -2987,7 +2987,7 @@ gtk_text_iter_forward_word_end (GtkTextIter *iter)
  * gtk_text_iter_backward_word_start:
  * @iter: a #GtkTextIter
  * 
- * Moves backward to the next word start. (If @iter is currently on a
+ * Moves backward to the previous word start. (If @iter is currently on a
  * word start, moves backward to the next one after that.) Word breaks
  * are determined by Pango and should be correct for nearly any
  * language (if not, the correct fix would be to the Pango word break
@@ -3201,7 +3201,7 @@ gtk_text_iter_forward_sentence_end (GtkTextIter *iter)
  * gtk_text_iter_backward_sentence_start:
  * @iter: a #GtkTextIter
  * 
- * Moves backward to the next sentence start; if @iter is already at
+ * Moves backward to the previous sentence start; if @iter is already at
  * the start of a sentence, moves backward to the next one.  Sentence
  * boundaries are determined by Pango and should be correct for nearly
  * any language (if not, the correct fix would be to the Pango text